<string>This option is intended for copying only changes on the hard disk since a previous copy operation.</string>
</property>
</widget>
<spacer row="5" column="1">
<property name="name">
<cstring>spacer10_3</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Fixed</enum>
</property>
<property name="sizeHint">
<size>
<width>21</width>
<height>16</height>
</size>
</property>
</spacer>
<widget class="QCheckBox" row="5" column="2">
<property name="name">
<cstring>chkCopyAllSectors</cstring>
</property>
<property name="focusPolicy">
<enum>StrongFocus</enum>
</property>
<property name="text">
<string>Copy all sectors, one to one</string>
</property>
<property name="whatsThis" stdset="0">
<string>This option allows you to create an exact copy of the disk. All sectors will be copied one to one (even unused sectors). Require more time to complete the operation.</string>
</property>
</widget>
<spacer row="8" column="1">
<property name="name">
<cstring>spacer10_2_2</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Fixed</enum>
</property>
<property name="sizeHint">
<size>
<width>21</width>
<height>16</height>
</size>
</property>
</spacer>
<widget class="QCheckBox" row="8" column="2">
<property name="name">
<cstring>chkRemoveFreeBlocks</cstring>
</property>
<property name="focusPolicy">
<enum>StrongFocus</enum>
</property>
<property name="text">
<string>Remove free blocks between partitions</string>
</property>
<property name="checked">
<bool>false</bool>
</property>
<property name="whatsThis" stdset="0">
<string>With this option being active, the Wizard will not leave blocks of free space between partitions on the targeted hard disk.</string>
</property>
</widget>
<widget class="QCheckBox" row="9" column="2">
<property name="name">
<cstring>chkResizeProportionally</cstring>
</property>
<property name="focusPolicy">
<enum>StrongFocus</enum>
</property>
<property name="text">
<string>Copy data and resize partitions proportionally</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="whatsThis" stdset="0">
<string>In this mode, the Wizard changes the size of partitions in the same proportion, with keeping intact their relative order. This option can be useful in upgrading a hard disk to a larger one.</string>